home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
graphics
/
spline11
/
frmabout.frm
< prev
next >
Wrap
Text File
|
1995-09-01
|
3KB
|
109 lines
VERSION 2.00
Begin Form frmAbout
Caption = "About Splinal App!"
ClientHeight = 3270
ClientLeft = 2925
ClientTop = 2370
ClientWidth = 4710
Height = 3735
KeyPreview = -1 'True
Left = 2835
LinkTopic = "Form2"
ScaleHeight = 3270
ScaleWidth = 4710
Top = 1995
Width = 4890
Begin Label Label9
Alignment = 2 'Center
Caption = "71233.1412@compuserve.com (Internet)"
Height = 225
Left = 0
TabIndex = 8
Top = 2415
Width = 4740
End
Begin Label Label8
Alignment = 2 'Center
Caption = "71233,1412 (Compuserve)"
Height = 225
Left = 0
TabIndex = 7
Top = 2205
Width = 4740
End
Begin Label Label7
Alignment = 2 'Center
Caption = "(404)872-2980 (fax)"
Height = 225
Left = 0
TabIndex = 6
Top = 1995
Width = 4740
End
Begin Label Label6
Alignment = 2 'Center
Caption = "(404)874-6938 (voice)"
Height = 225
Left = 0
TabIndex = 5
Top = 1785
Width = 4740
End
Begin Label Label5
Alignment = 2 'Center
Caption = "Atlanta, GA 30306"
Height = 225
Left = 0
TabIndex = 4
Top = 1050
Width = 4740
End
Begin Label Label4
Alignment = 2 'Center
Caption = "946 Glen Arden Way, NE"
Height = 225
Left = 0
TabIndex = 3
Top = 840
Width = 4740
End
Begin Label Label3
Alignment = 2 'Center
Caption = "Andrew S. Dean"
Height = 225
Left = 0
TabIndex = 2
Top = 630
Width = 4740
End
Begin Label Label2
Alignment = 2 'Center
Caption = "Splinal App! and SPLINES.DLL were written by"
Height = 225
Left = 0
TabIndex = 1
Top = 210
Width = 4740
End
Begin Label Label1
Alignment = 2 'Center
Caption = "Copyright (C) 1993-95, Andrew S. Dean"
Height = 225
Left = 0
TabIndex = 0
Top = 3045
Width = 4740
End
End
'Copyright (C) Andrew S. Dean 1993-95
Option Explicit
Sub Form_KeyPress (KeyAscii As Integer)
UnloadOnEscape KeyAscii
End Sub
Sub Form_Load ()
CenterForm frmAbout
End Sub